Annotate gdk_display_manager_list_displays return value
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Fri, 2 Jul 2010 08:51:45 +0000 (10:51 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Fri, 2 Jul 2010 08:51:45 +0000 (10:51 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=623307

gdk/gdkdisplaymanager.c

index e10adc689f1f31cfcd311d8837a134aeb584e99b..c171524e4a1a74de6edb9e87c0c0e4de79c84256 100644 (file)
@@ -248,8 +248,9 @@ gdk_display_manager_set_default_display (GdkDisplayManager *display_manager,
  *
  * List all currently open displays.
  * 
- * Return value: a newly allocated #GSList of #GdkDisplay objects.
- *  Free this list with g_slist_free() when you are done with it.
+ * Return value: (transfer container) (element-type GdkDisplay): a newly allocated
+ * #GSList of #GdkDisplay objects. Free this list with g_slist_free() when you
+ * are done with it.
  *
  * Since: 2.2
  **/